home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGSCAL / PCOMPILE.LZH / FILES.TXT < prev    next >
File List  |  1980-01-03  |  1KB  |  23 lines

  1. ------------------------------------------------------------------------
  2. Pascal Compiler                                   v1 DS2
  3. -----------------------------------------------------------------------
  4. This is a p-code compiler for an extended subset of Pascal.  It is
  5. written in Turbo Pascal for the IBM PC.  This compiler will be of
  6. interest especially to two groups of users:  (1) students learning the
  7. Pascal language, before making a committment to a commercial compiler;
  8. (2) compiler tinkerers who desire source code for modification or
  9. extension.  The compiler adheres closely to the standard Pascal of
  10. Jensen and Wirth, but does not implement file I/O.
  11.  
  12. FACILIS  COM  Pascal compiler
  13. FACILIS  000  A required overlay file
  14. FACILIS  UM   Users Manual for this Pascal compiler
  15. FACILIS  DOC  A 1-page description of the diskette contents
  16. ZELLER   PAS  Short demo program
  17. FACILIS  IM   Implementation Manual for this Pascal compiler
  18. TEST     PAS  Overall confidence test for the compiler
  19. STEST    PAS  Exercises the string facility of the compiler
  20. FACILIS  PAS  Main program in Turbo to compute day of the week
  21. BLOCK    PAS  A required include file. Contains most of compiler
  22. INTERPRT PAS  A required include file. Contains run-time interpreter
  23.